projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab7c545
)
(Prefix Command Arguments): Minor cleanup.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 8 Feb 2006 00:28:28 +0000
(
00:28
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 8 Feb 2006 00:28:28 +0000
(
00:28
+0000)
lispref/commands.texi
patch
|
blob
|
history
diff --git
a/lispref/commands.texi
b/lispref/commands.texi
index 02444e8dcdea1b1f70502ca488557910993a1a78..7a2cdb8edf979b70cdde71d83cc6c2f6f5d0956c 100644
(file)
--- a/
lispref/commands.texi
+++ b/
lispref/commands.texi
@@
-2780,7
+2780,7
@@
command, so setting it has no effect on the prefix arguments for future
commands.
Normally, commands specify which representation to use for the prefix
-argument, either numeric or raw, in the @code{interactive}
declar
ation.
+argument, either numeric or raw, in the @code{interactive}
specific
ation.
(@xref{Using Interactive}.) Alternatively, functions may look at the
value of the prefix argument directly in the variable
@code{current-prefix-arg}, but this is less clean.